projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1ed3e5
)
(scheme-program-name): Don't define here.
author
Dave Love
<fx@gnu.org>
Tue, 14 Nov 2000 14:34:13 +0000
(14:34 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 14 Nov 2000 14:34:13 +0000
(14:34 +0000)
lisp/xscheme.el
patch
|
blob
|
history
diff --git
a/lisp/xscheme.el
b/lisp/xscheme.el
index fb48a320c3a2f4a2a06e03ce7d15e47817e718f0..1ad839d0e694e7ca34cd83ea01f8e6eece04e390 100644
(file)
--- a/
lisp/xscheme.el
+++ b/
lisp/xscheme.el
@@
-37,11
+37,6
@@
"Major mode for editing Scheme and interacting with MIT's C-Scheme."
:group 'lisp)
-(defcustom scheme-program-name "scheme"
- "*Program invoked by the `run-scheme' command."
- :type 'string
- :group 'xscheme)
-
(defcustom scheme-band-name nil
"*Band loaded by the `run-scheme' command."
:type '(choice (const nil) string)